You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Optimization Class > Optimization Methods > ConjGrad Method > Optimization.ConjGrad Method (TRealFunction, TGrad, double[], [In] double[], [In] object[], out double, out TOptStopReason, [In] TMtxFloatPrecision, bool, bool, int, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Optimization.ConjGrad Method (TRealFunction, TGrad, double[], [In] double[], [In] object[], out double, out TOptStopReason, [In] TMtxFloatPrecision, bool, bool, int, double, double)

Minimizes the function of several variables by using the Conjugate gradient optimization method with no log.

Syntax
C#
Visual Basic
public static int ConjGrad(TRealFunction Fun, TGrad Grad, ref double[] Pars, [In] double[] Consts, [In] object[] ObjConst, out double FMin, out TOptStopReason StopReason, [In] TMtxFloatPrecision FloatPrecision, bool FletcherAlgo, bool SoftLineSearch, int MaxIter, double Tol, double GradTol);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!